Note: The parameters used in chapter 20 are summarized in Table 20.1 in the text. In addition, the discrete  
distributions for short-term uncertainties in wind power and load are shown below. The distributions are
derived directly from half-hourly time series of wind power and load from Sao Miguel. The distributions
are assumed to be independent.


% Discrete distributions for relative wind availability factors, rw' [shown in figure 20.6]
No_samples = 10;
prob_wind = [0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1]; % probability of each sample
rel_wind = [0.0070    0.0390    0.0866    0.1588    0.2544    0.3807    0.5661    0.7824    0.9638    0.9966; % base
            0.0118    0.0718    0.1584    0.2668    0.4137    0.5879    0.7790    0.9410    0.9948    0.9969; % med
            0.0142    0.0724    0.1553    0.2465    0.3612    0.5107    0.6978    0.8832    0.9811    0.9968];% peak

% Discrete distributions for relative demand factors, rd' [shown in figure 20.7]
No_samples  = 10;  % no. of samples
prob_load = [0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1];  % probability of each sample
rel_load = [0.5404    0.6387    0.7167    0.8027    0.9008    1.0214    1.1565    1.2895    1.4139    1.5244;  % base
            0.8630    0.9008    0.9360    0.9648    0.9917    1.0175    1.0434    1.0675    1.0921    1.1231;  % med
            0.9112    0.9220    0.9343    0.9477    0.9641    0.9803    0.9993    1.0266    1.0820    1.2326;];% peak

            